home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 02 - 1986 / 02.02 Feb 86.sit / 02.02 Feb 86 / C 2.2 / Laser Print Source / ps example < prev   
Encoding:
Text File  |  1986-01-01  |  861 b   |  47 lines  |  [TEXT/MACA]

  1. ER- 15 345
  2.  
  3.     {gsave
  4.  
  5.     rotate 0 0 moveto
  6.  
  7.     (MacTutor) oshow
  8.  
  9.     grestore
  10.  
  11.     } for
  12.  
  13. } def
  14.  
  15.  
  16.  
  17. %% Main Program Segment
  18.  
  19.  
  20.  
  21. 250 400 translate
  22.  
  23. .5 setlinewidth
  24.  
  25. circleofMacTutor
  26.  
  27. 0 0 moveto
  28.  
  29. (MacTutor Journal) true charpath
  30.  
  31. gsave 1 setgray fill grestore
  32.  
  33. stroke showpage
  34.  
  35.  
  36.  
  37. %% End of example program
  38.  
  39.  
  40.  
  41. %%Trailer
  42.  
  43. %%Pages: 1
  44.  
  45. %%DocumentFonts: Times-BoldItalic
  46.  
  47.